home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / datasheets and manuals / Hardware / WHT / scsi / dsr_sources_2_2001 / 6rom_s < prev    next >
Text File  |  2006-10-19  |  618b  |  43 lines

  1. * ROM 6
  2. *
  3. * ROM 6 contains the following routines:
  4. *
  5. * MKDIR
  6. * RENAME
  7. *
  8. * October 16, 1995
  9. * David Nieters
  10. *
  11. * October 13, 1996 - added rename
  12. *
  13.  
  14.        IDT  'ROM6'
  15.  
  16.        AORG >4000
  17.  
  18.        DATA MKDIR0
  19.        DATA RENAM0
  20.  
  21.        COPY "DSK7.EQU"
  22.        PAGE
  23.        COPY "DSK7.RENAME"
  24.        PAGE
  25.        COPY "DSK7.MKDIR"
  26.        PAGE
  27.        COPY "DSK7.MAKEFN"
  28.        PAGE
  29.        COPY "DSK7.ALLOCATE"
  30.        PAGE
  31.        COPY "DSK7.DSRERROR"
  32.        PAGE
  33.        COPY "DSK7.BANKIT"
  34.        PAGE
  35.        COPY "DSK7.GETDDR"
  36.        PAGE
  37.        COPY "DSK7.FDDR"
  38.        PAGE
  39.        COPY "DSK7.MISC"
  40.  
  41. BANKN  DATA >0600
  42.        END
  43.